.fl {
  float: left;
}
.fr {
  float: right;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ripple {
  width: 6px;
  height: 6px;
}
.ripple span {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 23px;
  text-align: center;
  font-size: 25px;
  color: orangered;
  border-radius: 50%;
  background: #0050D5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.ripple b {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0050D5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ripple b:nth-of-type(1) {
  animation: rippleSport2 1s 0s linear infinite;
}
.ripple b:nth-of-type(2) {
  animation: rippleSport3 1s 0s linear infinite;
}
@keyframes rippleSport1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes rippleSport2 {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes rippleSport3 {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
html,
body {
  overflow-x: hidden;
}
.section-one .content {
  background: none !important;
  /* height: 100% !important; */
  overflow: hidden;
}

.section-one .content .swiper-slide{
  overflow: hidden;
}

.section-one .content .swiper-slide .section-wrapper .homePic{
  height: 100%;
  width: 100% !important;
}


.section-one .content .swiper-slide  .banner2{

  width: 100%;
  height: 100%;
}

.section-one .content .swiper-slide  .banner3{

  height: 100%;
  width: 100%;
}

.swiper-slide{height:1px}

.swiper-slide-active { height:auto} 

@media screen and (min-width: 1750px) {
  .section-one .content{
    /* height: 900px; */
  }
}
@media (min-width: 1680px) and (max-width: 1749px) {
  .section-one .content{
    /* height: 700px; */
  }
  .section-one .content .content-right .home_banner_img{
    /* margin-top: -350px !important; */
  }
}
@media (min-width: 1370px) and (max-width: 1680px) {
  .section-one .content{
    /* height: 900px; */
  } 
}
@media (min-width: 1198px) and (max-width: 1369px) {
  .section-one .content{
    /* height: 550px; */
  }
  .section-one .content .content-right .home_banner_img{
    /* margin-top: -360px !important; */
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .section-one .content{
    /* height: 500px; */
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .section-one .content{
    /* height: 500px; */
  }
}
@media (max-width: 767px) {
  .section-one .content{
    /* height: 400px; */
  }
}

.section-one .content  .swiper-slide:nth-child(2) .section-wrapper {
  /* background: #1B292F !important; */
  width: 100%;
  /* height: 900px; */
  overflow: hidden;
  position: relative;
}
.section-one .content .swiper-slide{
  width: 100%;
  /* height: 100%; */
}
.section-one .content   .section-wrapper .homePic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.section-one .content .section-inner {
  /* position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}

/* @media */
.section-one {
  width: 100%;
}
.section-one .nav1,
.section-one .nav2 {
  width: 100%;
  height: 68px;
  position: absolute;
  z-index: 99999;
}
.section-one .nav1 .section-inner,
.section-one .nav2 .section-inner {
  width: 100%;/*1200px;*/
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-one .nav1 .section-inner .nav-left{
 padding-left:6%;
}
.section-one .nav2 .section-inner .nav-left {
 padding-left:6%;
}
.section-one .nav1 .section-inner .nav-left img{
  height: 40px;
}
.section-one .nav2 .section-inner .nav-left img {
  height: 40px;
}
.section-one .nav1 .section-inner .nav-right,
.section-one .nav2 .section-inner .nav-right {
  width: 76%;
  height: 100%;
}
.section-one .nav1 .section-inner .nav-right > ul,
.section-one .nav2 .section-inner .nav-right > ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section-one .nav1 .section-inner .nav-right > ul > li,
.section-one .nav2 .section-inner .nav-right > ul > li {
  line-height: 68px;
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #ccc;
  margin-right: 50px;
}
.section-one .nav1 .section-inner .nav-right > ul > li:last-child,
.section-one .nav2 .section-inner .nav-right > ul > li:last-child {
  margin-right: 0;
}
.section-one .nav1 .section-inner .nav-right > ul > li a,
.section-one .nav2 .section-inner .nav-right > ul > li a {
  text-decoration: none;
  color: #ccc;
}
.section-one .nav1 .section-inner .nav-right > ul > li a:hover,
.section-one .nav2 .section-inner .nav-right > ul > li a:hover {
  color: #fff;
}
.section-one .nav1 .section-inner .nav-right > ul > li:nth-child(1),
.section-one .nav2 .section-inner .nav-right > ul > li:nth-child(1) {
  color: #fff;
}
.section-one .nav1 .section-inner .nav-right > ul .active a,
.section-one .nav2 .section-inner .nav-right > ul .active a {
  color: #fff;
}
.section-one .nav2 .section-inner .nav-right > ul > li .hotline_img{float: left; line-height: 68px;}
.section-one .nav2 .section-inner .nav-right > ul > li .consult p{ line-height: 24px;}
.section-one .nav1 .section-inner .nav-right > ul > li .hotline_img{float: left; line-height: 68px;}
.section-one .nav1 .section-inner .nav-right > ul > li .consult p{ line-height: 24px;}
.section-one .nav1 {
  position: fixed;
  top: -100px;
  left: 0;
}
.section-one .content {
  overflow: hidden;
  width: 100%;
  background: #1B292F;
}
.section-one .content .section-inner {
  width: 1200px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}
.section-one .content .buddle {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-one .content .buddle .buddle-one {
  width: 262px;
  height: 262px;
  position: absolute;
  left: -38px;
  bottom: 47px;
  filter: blur(15px);
  animation: move1 10s ease  infinite alternate;
}
.section-one .content .buddle .buddle-two {
  width: 183px;
  height: 183px;
  position: absolute;
  left: 552px;
  top: 0;
  filter: blur(15px);
  animation: move2 10s ease  infinite alternate;
}
.section-one .content .buddle .buddle-three {
  width: 158px;
  height: 158px;
  position: absolute;
  left: 838px;
  bottom: 251px;
  filter: blur(15px);
  animation: move3 10s ease  infinite alternate;
}
.section-one .content .buddle .buddle-four {
  width: 213px;
  height: 213px;
  position: absolute;
  right: 41px;
  bottom: 318px;
  filter: blur(15px);
  animation: move4 10s ease  infinite alternate;
}
.section-one .content .content-left {
  position: absolute;
  left: 0px;
  top: 115px;
}
/* .section-one .content .content-left .filter {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffd2, endcolorstr=#03e3ff, gradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffd2, endcolorstr=#03e3ff, gradientType=0);
  background: -webkit-linear-gradient(#00ffd2, #03e3ff);
  background: -o-linear-gradient(#00ffd2, #03e3ff);
  background: -moz-linear-gradient(#00ffd2, #03e3ff);
  background: -ms-linear-gradient(#00ffd2, #03e3ff);
  background: linear-gradient(#00ffd2, #03e3ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
.section-one .content .content-left .filter-active {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffd2, endcolorstr=#03e3ff, gradientType=0);
  color: linear-gradient(#00ffd2, #03e3ff);
}
.section-one .content .content-left .zhuangshi {
  position: absolute;
  top: 30%;
  left: 0;
  opacity: 0;
}
.section-one .content .content-left .text {
  margin-top: 250px;
  width: 473px;
  font-size: 40px;
  font-family: FZXiDengXian-Z06;
  font-weight: 400;
  color: #09c1d8;
  position: relative;
  left: -620px;
  opacity: 0;
}
.section-one .content .content-left .text p {
  white-space: nowrap;
}
.section-one .content .content-left .text p:nth-child(2) {
  font-size: 24px;
  color: #acacac;
  padding-bottom: 10px;
}
.section-one .content .content-left .text p:nth-child(3) {
  font-size: 16px;
  font-family: FZXiDengXian-Z06;
  font-weight: 400;
  color: #ffffff;
  margin-top: 20px;
}
.section-one .content .content-right .home_banner_img {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -245px;
  width: 491px;
  height: 491px;
}
/* .section-one .content .content-right .home_img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 491px;
  height: 491px;
  background: url(/Content/images/index/yuanquan2.png) no-repeat;
  animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
  -webkit-animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
  -moz-animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
  -o-animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
} 
.section-one .content .content-right .home_img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -179px;
  margin-left: -179px;
  width: 358px;
  height: 358px;
  background: url(/Content/images/index/yuanquan1.png) no-repeat;
  animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
  -webkit-animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
  -moz-animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
  -o-animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
}*/
.section-one .content .content-right .home_zhixiu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.section-one .content .content-right .home_item {
  animation-delay: 1.5s;
}
.section-one .content .content-right .home_item .circle {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
}
.section-one .content .content-right .home_item p {
  margin: 10px 0;
  font-size: 16px;
  color: #fff;
}
.section-one .content .content-right .home_banner_img .home_item1 {
  position: absolute;
  top: -50px;
  left: 160px;
}
.section-one .content .content-right .home_banner_img .home_item .circle {
  margin: 0 auto;
}
.section-one .content .content-right .home_banner_img .home_item1 {
  position: absolute;
  top: -58px;
  left: 216px;
}
.section-one .content .content-right .home_banner_img .home_item2 {
  position: absolute;
  top: 144px;
  right: -17px;
}
.section-one .content .content-right .home_banner_img .home_item3 {
  position: absolute;
  bottom: 17px;
  right: 32px;
}
.section-one .content .content-right .home_banner_img .home_item4 {
  position: absolute;
  bottom: 17px;
  left: 33px;
}
.section-one .content .content-right .home_banner_img .home_item5 {
  position: absolute;
  bottom: 273px;
  left: -12px;
}
.section-one .content .content-right .filter_bg {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00bde5, endcolorstr=#03fcdc, gradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00bde5, endcolorstr=#03fcdc, gradientType=0);
  background: -webkit-linear-gradient(90deg, #00bde5, #03fcdc);
  background: -o-linear-gradient(90deg, #00bde5, #03fcdc);
  background: -moz-linear-gradient(90deg, #00bde5, #03fcdc);
  background: -ms-linear-gradient(90deg, #00bde5, #03fcdc);
  background: linear-gradient(90deg, #00bde5, #03fcdc);
}
.section-one .menu-wrapper {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(6, 48, 79, 0.4);
  position: fixed;
  top: 68px;
  left: 0;
  z-index: 1001;
}
.section-one .menu-wrapper .drop-menu {
  width: 1200px;
  height: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s 0s;
}
.section-one .menu-wrapper .product-menu {
  width: 1200px;
  height: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-one .menu-wrapper .product-menu .pro-menu-box{
  padding: 10px 50px;
}
.section-one .menu-wrapper .product-menu .pro-menu-box li{
  list-style: none;
}
.section-one .menu-wrapper .product-menu .pro-menu-box .title{
font-size: 16px;
color: #333333;
 font-weight: 400;
 font-family: Arial, Helvetica, sans-serif;
}
.section-one .menu-wrapper .product-menu .pro-menu-box .title:hover{
   color: #00a4ff;
  }
.section-one .menu-wrapper .product-menu .pro-menu-box .subtit{
  font-size: 12px;
  color: #999999;
  font-weight: 400;
  margin-top: 8px;
  font-family: Arial, Helvetica, sans-serif;
}
.section-one .menu-wrapper .product-menu .pro-menu-box .subtit:hover{
  color: #00a4ff;
}
.section-one .menu-wrapper {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(6, 48, 79, 0.4);
  position: fixed;
  top: 68px;
  left: 0;
  z-index: 1001;
}
.section-one .menu-wrapper .drop-menu {
  width: 1200px;
  height: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s 0s;
}
.section-one .menu-wrapper .drop-menu .title {
  display: flex;
}
.section-one .menu-wrapper .drop-menu .title img {
  width: 45px;
  height: 50px;
}
.section-one .menu-wrapper .drop-menu .title h3 {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  margin-left: 14px;
  white-space: nowrap;
}
.section-one .menu-wrapper .drop-menu .menu-left {
  height: 100%;
  width: 33.33%;
  padding-top: 17px;
  padding-right: 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.section-one .menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li {
  margin-top: 26px;
}
.section-one .menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a {
  text-decoration: none;
  color: #000;
}
.section-one .menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a p {
  font-family: PingFang SC;
  font-weight: 400;
}
.section-one .menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a p:hover {
  color: #00a4ff !important;
}
.section-one .menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a p:nth-child(1) {
  font-size: 16px;
}
.section-one .menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a p:nth-child(2) {
  font-size: 12px;
  color: #999999;
  margin-top: 9px;
}
.section-one .menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a .active {
  color: #00a4ff !important;
}
.section-one .menu-wrapper .drop-menu .menu-line {
  border: 1px dashed #999999;
  height: 400px;
}
.section-one .menu-wrapper .drop-menu .menu-center {
  height: 100%;
  width: 33.33%;
  padding-top: 21px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
.section-one .menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-one .menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li {
  margin-top: 26px;
  width: 50%;
}
.section-one .menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li a {
  text-decoration: none;
  color: #000;
}
.section-one .menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li a p {
  font-family: PingFang SC;
  font-weight: 400;
}
.section-one .menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li a p:hover {
  color: #00a4ff !important;
}
.section-one .menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li a p:nth-child(1) {
  font-size: 16px;
}
.section-one .menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li a p:nth-child(2) {
  font-size: 12px;
  color: #999999;
  margin-top: 9px;
}
.section-one .menu-wrapper .drop-menu .menu-right {
  height: 100%;
  padding-top: 83px;
  padding-left: 76px;
  width: 33.33%;
  box-sizing: border-box;
}
.section-one .menu-wrapper .drop-menu .menu-right img {
  width: 126px;
  height: 126px;
  margin-left: 18px;
}
.section-one .menu-wrapper .drop-menu .menu-right p:nth-of-type(1) {
  width: 118px;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-left: 18px;
}
.section-one .menu-wrapper .drop-menu .menu-right p:nth-of-type(2) {
  width: 167px;
  height: 14px;
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  white-space: nowrap;
}
.section-one .menu-wrapper .drop-active {
  height: 480px;
}
.section-one .menu-wrapper .product-active {
  height: 150px;
}
.section-two {
  width: 100%;
  height: 996px;
}
.section-two .top {
  width: 100%;
  height: 396px;
  background: #fbfbfb !important;
}
.section-two .top .top-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 50px;
  box-sizing: border-box;
}
.section-two .top .top-inner .top-title {
  position: relative;
  top: 100px;
  opacity: 0;
}
.section-two .top .top-inner .top-title h3 {
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #444444;
}
.section-two .top .top-inner .top-title p {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #666666;
  opacity: 0.8;
  margin-top: 5px;
}
.section-two .top .top-inner .top-serve {
  width: 100%;
  margin-top: 20px;
}
.section-two .top .top-inner .top-serve ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.section-two .top .top-inner .top-serve ul li {
  position: relative;
  top: 150px;
  opacity: 0;
  text-align: center;
}
.section-two .top .top-inner .top-serve ul li a {
  text-decoration: none;
  color: #000;
  font-family: PingFang SC;
  text-align: center;
  white-space: nowrap;
}
.section-two .top .top-inner .top-serve ul li a img{
  transform: scale(0.8);
}
.section-two .top .top-inner .top-serve ul li a h3 {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
  padding: 14px 0;
  position: relative;
}
.section-two .top .top-inner .top-serve ul li a h3 .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #00a4ff;
}
.section-two .top .top-inner .top-serve ul li a p {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  margin-top: 6px;
}
.section-two .bottombg{
  width: 100%;
  height: 600px;
  overflow: hidden;
     background-color:#000000;
      /*chrome2+,safari4+;multiplecolorstops*/
      background-image:-webkit-gradient(linear,leftbottom,lefttop,color-stop(0.32,#000000),color-stop(0.66,#1D0722),color-stop(0.83,#253142));
      /*chrome10+,safari5.1+*/
      background-image:-webkit-linear-gradient(#000000,#1D0722,#253142);
      /*firefox;multiplecolorstops*/
      background-image:-moz-linear-gradient(top,#000000,#1D0722,#253142);
      /*ie10*/
      background-image:-ms-linear-gradient(#000000,#1D07221D0722,#253142);
      /*opera11.1*/
      background-image:-o-linear-gradient(#000000,#1D0722,#97bb51);
      /*标准写法*/
      background-image:linear-gradient(#000000,#1D0722,#253142);
}
.section-two .bottom {
  width: 80%; 
  /*width: 1500px;*/
  margin: 0 10%;
  height: 600px;
  overflow: hidden;
}
.section-two .bottom ul {
  width: 100%;
  height: 100%;
/*  display: flex;
  justify-content: space-between; */
}
.section-two .bottom ul li {
/*  width: 25%; */
  /* height: 100%; 750px*/
width: 50%;
height:300px;
  float: left;
  position: relative;
  cursor: pointer;
}
.section-two .bottom ul li:hover .more {
  border: 1px solid #ccc;
}
.section-two .bottom ul li .item-topText {
  transition: transform  0.5s 0s;
  width:70%;
  margin:0 auto;
  line-height:24px;
}
.section-two .bottom ul li .item-topText:hover {
  transform: translateY(-25px);
}
.section-two .bottom ul li .item-topText:hover .item-top span {
  transform: rotate(90deg);
}
.section-two .bottom ul li .item-topText .item-top {
  text-align: center;
  margin-top: 67px;
  position: relative;
  top: 100px;
  opacity: 0;
}
.section-two .bottom ul li .item-topText .item-top img {
  width: 35px;
  height: 34px;
}
.section-two .bottom ul li .item-topText .item-top h3 {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
  margin-top: 46px;
}
.section-two .bottom ul li .item-topText .item-top span {
  display: inline-block;
  width: 26px;
  height: 1px;
  background: #ffffff;
  /*margin-top: 59px;*/
  margin-top:10px;
  transition: all 0.5s 0s;
}
.section-two .bottom ul li .item-topText .item-text {
  /*text-align: center;*/
  margin-top: 25px;
  position: relative;
  top: 100px;
  opacity: 0;
}
.section-two .bottom ul li .item-topText .item-text p {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.8;
}
.section-two .bottom ul li .item-topText .item-text p:nth-child(2) {
  padding: 0 70px;
  box-sizing: border-box;
  margin-top: 45px;
}
.section-two .bottom ul li .more {
  width: 100px;
  height: 24px;
  text-align: center;
  border: none;
  transition: all 0.5s 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  opacity: 0;
}
.section-two .bottom ul li .more a {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  font-size: 12px;
  line-height: 14px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.8;
}
.section-two .bottom ul li:nth-child(1) {
  background: url(large1.png);
  background-size: cover;
}
.section-two .bottom ul li:nth-child(2) {
  background: url(large2.png);
  background-size: cover;
}
.section-two .bottom ul li:nth-child(3) {
  background: url(large3.png);
  background-size: cover;
}
.section-two .bottom ul li:nth-child(4) {
  background: url(large4.png);
  background-size: cover;
}
.section-three {
  width: 100%;
  /* height: 1134px; */
  position: relative;
}
.section-three .dot-line {
  position: absolute;
  display: inline-block;
}
.section-three .dot-line .ripple {
  position: absolute;
  right: 0;
  top: 0;
}
.section-three .dot-line .line {
  width: 0;
  height: 350px;
  border: 0.5px dashed #0050D5;
  position: relative;
  top: 10px;
  left: -2px;
}
.section-three .dot-line1 {
  left: 100px;
  top: 80px;
  animation: Shake 2s linear 0s infinite alternate;
}
.section-three .dot-line2 {
  left: 318px;
  top: 300px;
  animation: Shake 4s linear 2s infinite alternate;
}
.section-three .dot-line2 .line {
  height: 120px;
}
.section-three .dot-line3 {
  right: 100px;
  top: 80px;
  animation: Shake 3s linear 3s infinite alternate;
}
.section-three .dot-line4 {
  right: 250px;
  top: 300px;
  animation: Shake 2s linear 1s infinite alternate;
}
.section-three .dot-line4 .line {
  height: 100px;
}
.section-three .section-inner {
  width: 1200px;
  margin: 0 auto;
}
.section-three .top {
  width: 100%;
  height: 510px;
}
.section-three .top .title {
  font-family: PingFang SC;
  margin-top: 56px;
}
.section-three .top .title h3 {
  font-size: 26px;
  font-weight: 500;
  color: #666666;
}
.section-three .top .title p {
  font-size: 14px;
  font-weight: 300;
  color: #444444;
  opacity: 0.8;
  margin-top: 5px;
}
.section-three .top .content {
  width: 100%;
  height: 80%;
  z-index: 99;
}
.section-three .top .content .content-top {
  position: relative;
  height: 250px;
}
.section-three .top .content .content-top .content-item {
  height: 95px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.section-three .top .content .content-top .content-item .line1 {
  width: 0;
  height: 120px;
  border: 0.5px dashed #0050D5;
  position: absolute;
  left: 29px;
  top: 58px;
}
.section-three .top .content .content-top .content-item .line2 {
  width: 0;
  height: 240px;
  border: 0.5px dashed #0050D5;
  position: absolute;
  left: 29px;
  top: 58px;
}
.section-three .top .content .content-top .content-item .line3 {
  width: 0;
  height: 135px;
  border: 0.5px dashed #0050D5;
  position: absolute;
  left: 29px;
  top: 58px;
}
.section-three .top .content .content-top .content-item .line4 {
  width: 0;
  height: 290px;
  border: 0.5px dashed #0050D5;
  position: absolute;
  left: 29px;
  top: 58px;
}
.section-three .top .content .content-top .content-item .line5 {
  width: 0;
  height: 125px;
  border: 0.5px dashed #0050D5;
  position: absolute;
  left: 29px;
  top: 58px;
}
.section-three .top .content .content-top .content-item .line6 {
  width: 0;
  height: 205px;
  border: 0.5px dashed #0050D5;
  position: absolute;
  left: 29px;
  top: 58px;
}
.section-three .top .content .content-top .content-item .line7 {
  width: 0;
  height: 255px;
  border: 0.5px dashed #0050D5;
  position: absolute;
  left: 29px;
  top: 58px;
}

.section-three .top .content .content-top .content-item .line8 {
  width: 0;
  height: 110px;
  border: 0.5px dashed #0050D5;
  position: absolute;
  left: 29px;
  top: 58px;
}
.section-three .top .content .content-top .content-item:nth-child(1) {
  position: absolute;
  left: 0;
  top: 169px;
  animation: Shake 3s linear 0s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(2) {
  position: absolute;
  left: 186px;
  top: 34px;
  animation: Shake 4s linear 0.5s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(3) {
  position: absolute;
  left: 308px;
  top: 154px;
  animation: Shake 2s linear 1s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(4) {
  position: absolute;
  left: 495px;
  top: 7px;
  animation: Shake 3s linear 0s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(5) {
  position: absolute;
  left: 561px;
  top: 177px;
  animation: Shake 3s linear 1.5s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(6) {
  position: absolute;
  left: 756px;
  top: 88px;
  animation: Shake 4s linear 1s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(7) {
  position: absolute;
  left: 985px;
  top: 16px;
  animation: Shake 3s linear 1s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(8) {
  position: absolute;
  left: 1035px;
  top: 161px;
  animation: Shake 2s linear 2s infinite alternate;
}
.section-three .top .content .content-top .content-item .text {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #444444;
  line-height: 24px;
  white-space: nowrap;
  opacity: 0;
  position: absolute;
  left: 70px;
  top: 17px;
  transition: all 0.7s 0s;
}
.section-three .top .content .content-top .content-item .active {
  opacity: 1;
}
.section-three .top .content .content-top .content-item .desc .img {
  display: inline-block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
}
.section-three .top .content .content-top .content-item .desc .img-1 {
  background: url(/Content/images/index/_home_icon1_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-1:hover {
  background: url(/Content/images/index/_home_icon1_default.png); opacity:0.7;
}
.section-three .top .content .content-top .content-item .desc .img-2 {
  background: url(/Content/images/index/_home_icon2_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-2:hover {
  background: url(/Content/images/index/_home_icon2_default.png); opacity:0.7;
}
.section-three .top .content .content-top .content-item .desc .img-3 {
  background: url(/Content/images/index/_home_icon3_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-3:hover {
  background: url(/Content/images/index/_home_icon3_default.png); opacity:0.7;
}
.section-three .top .content .content-top .content-item .desc .img-4 {
  background: url(/Content/images/index/_home_icon4_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-4:hover {
  background: url(/Content/images/index/_home_icon4_default.png); opacity:0.7;
}
.section-three .top .content .content-top .content-item .desc .img-5 {
  background: url(/Content/images/index/_home_icon5_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-5:hover {
  background: url(/Content/images/index/_home_icon5_default.png); opacity:0.7;
}
.section-three .top .content .content-top .content-item .desc .img-6 {
  background: url(/Content/images/index/_home_icon6_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-6:hover {
  background: url(/Content/images/index/_home_icon6_default.png); opacity:0.7;
}
.section-three .top .content .content-top .content-item .desc .img-7 {
  background: url(/Content/images/index/_home_icon7_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-7:hover {
  background: url(/Content/images/index/_home_icon7_default.png); opacity:0.7;
}
.section-three .top .content .content-top .content-item .desc .img-8 {
  background: url(/Content/images/index/_home_icon8_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-8:hover {
  background: url(/Content/images/index/_home_icon8_default.png); opacity:0.7;
}
.section-three .top .content .content-top .content-item .desc span {
  display: inline-block;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #444444;
  line-height: 58px;
  vertical-align: top;
  margin-left: 10px;
  opacity: 1;
  transition: all 0.5s 0s;
}
.section-three .top .content .content-top .content-item .desc span:last-child {
  margin-left: 0;
}
.section-three .bottom {
  width: 100%;
  height: 568px;
  font-family: PingFang SC;
  position: relative;
}
.section-three .bottom .title {
  margin-top: 47px;
  /* text-align: center; */
}
.section-three .bottom .title h3 {
  font-size: 26px;
  font-weight: 500;
  color: #666666;
}
.section-three .bottom .title p {
  font-size: 14px;
  font-weight: 300;
  color: #444444;
  opacity: 0.8;
  margin-top: 5px;
}
.section-three .bottom .content {
  width: 100%;
  height: 331px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 67px;
}
.section-three .bottom .content .content-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-three .bottom .content .content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  color: #666666;
}
.section-three .bottom .content .content-right .content-item .item-title {
  text-align: left;
  position: relative;
}
.section-three .bottom .content .content-right .content-item .ripple {
  position: absolute;
  left: 7px;
  top: 12px;
}
.section-three .bottom .content .content-right .content-item  .ripple b {
  display: none;
}
.section-three .bottom .content .content-right .content-item .title-top {
  padding-left: 30px;
  box-sizing: border-box;
}
.section-three .bottom .content .content-right .content-item .title-bottom {
  text-align: left;
}
.section-three .bottom .content .content-item {
  cursor: pointer;
  position: relative;
}
.section-three .bottom .content .content-item:hover  .ripple b {
  display: inline-block;
}
/* .section-three .bottom .content .content-item .item-title {
  width: 360px;
  text-align: right;
} */
.section-three .bottom .content .content-item  .title-top {
  font-family: PingFang SC;
}
.section-three .bottom .content .content-item  .title-top b {
  font-size: 20px;
  font-weight: bold;
  color: #2874D4;
}
.section-three .bottom .content .content-item .item-title .title-top span {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
}
.section-three .bottom .content .content-item .item-title .title-bottom {
  width: 360px;
  height: 45px;
  text-align: right;
  font-size: 14px;
  line-height: 23px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-top: 17px;
}
.section-three .bottom .bottom-desc {
  width: 427px;
  height: 427px;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-three .bottom .bottom-desc > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: Rotate 5s 0s linear infinite;
}
.section-three .bottom .bottom-desc .year-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-three .bottom .bottom-desc .year-wrapper p{
	font-family: PingFang SC;
	font-weight: 800;
	color: #FFFFFF;
}
.section-three .bottom .bottom-desc .year-wrapper p:nth-child(1) {
  position: relative;
  left: 30px;
  font-size: 120px;
}
.section-three .bottom .bottom-desc .year-wrapper p:nth-child(1) img {
  transform-style: preserve-3d;
  animation: RotateY 5s linear 0s infinite normal;
}
.section-three .bottom .bottom-desc .year-wrapper p:nth-child(1) span {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}
.section-three .bottom .bottom-desc .year-wrapper p:nth-child(2) {
  font-size: 28px;
  margin-top: 17px;
}
.section-four .section-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.section-four .top {
  width: 100%;
  height: 370px;
  background: url('/Content/images/index/_home_digital .png');
  background-size: cover;
  padding-top: 64px;
  box-sizing: border-box;
}
.section-four .top .title {
  text-align: center;
  font-family: PingFang SC;
}
.section-four .top .title h3 {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
}
.section-four .top .title p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.8;
  margin-top: 16px;
}
.section-four .top .content {
  width: 100%;
  margin-top: 57px;
}
.section-four .top .content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section-four .top .content ul li {
  width: 279px;
  height: 134px;
/*  border: 1px solid #2dccc7;
  border-radius: 67px; */
}
.section-four .top .content ul li p {
  font-family: PingFang SC;
  font-weight: 500;
  text-align: center;
}
.section-four .top .content ul li p:nth-child(2) {
  font-size: 18px;
  color: #ffffff;
  margin-top: 29px;
}
.section-four .top .content ul li p:nth-child(1) {
  font-size: 18px;
  color: #2dccc7;
}
.section-four .top .content ul li p:nth-child(1) span {
  font-size: 60px;
  font-family: Arial;
  font-weight: 400;
  color: #2dccc7;
}
.section-four .bottom {
  width: 100%;
  height: 674px;
}
.section-four .bottom .title {
  font-family: PingFang SC;
  margin-top: 66px;
}
.section-four .bottom .title h3 {
  font-size: 26px;
  font-weight: 500;
  color: #666666;
}
.section-four .bottom .title p {
  font-size: 14px;
  font-weight: 300;
  color: #444444;
  opacity: 0.8;
  margin-top: 5px;
}
.section-four .bottom .content {
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.section-four .bottom .content .content-left {
  width: 200px;
}
.section-four .bottom .content .content-left ul .active a {
  color: #00a4ff;
}
.section-four .bottom .content .content-left ul .active .line-wrapper {
  width: 56px;
}
.section-four .bottom .content .content-left ul .active .arrow {
  display: inline-block;
}
.section-four .bottom .content .content-left ul li:hover a {
  color: #00a4ff;
}
.section-four .bottom .content .content-left ul li:hover .line-wrapper {
  width: 95px;
}
.section-four .bottom .content .content-left ul li:hover .arrow {
  color: #00a4ff;
}
.section-four .bottom .content .content-left ul li a {
  line-height: 48px;
  font-size: 16px;
  font-family: PingFang SC;
  /* font-weight: bold; */
  color: #444444;
  opacity: 0.8;
  text-decoration: none;
  margin-right: 37px;
  display: inline-block;
  width: 80px;
  transition: all 0.5s linear 0s;
}
.section-four .bottom .content .content-left ul li .line-wrapper {
  display: inline-block;
  width: 56px;
  height: 1px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  transition: all 0.5s linear 0s;
}
.section-four .bottom .content .content-left ul li .line-wrapper .line {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 95px;
  height: 1px;
  background: #cccccc;
}
.section-four .bottom .content .content-left ul li .arrow {
  display: none;
  width: 6px;
  height: 11px;
  background: url(/Content/images/index/_home_icon_arrow.png);
  transition: all 1s linear 0.5s;
}
.section-four .bottom .content .content-left ul li .arrow-show {
  display: inline-block;
}
.section-four .bottom .content .content-right {
  flex: 1;
  height: 632px;
}
.section-four .bottom .content .content-right .case-item {
  display: none;
}
.section-four .bottom .content .content-right .case-item ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-four .bottom .content .content-right .case-item ul li {
  cursor: pointer;
  background: #000;
  overflow: hidden;
  position: relative;
  width: 310px;
  height: 210px;
}
.section-four .bottom .content .content-right .case-item ul li:nth-child(4),
.section-four .bottom .content .content-right .case-item ul li:nth-child(5),
.section-four .bottom .content .content-right .case-item ul li:nth-child(6) {
  margin-top: 12px;
}
.section-four .bottom .content .content-right .case-item ul li .show {
  width: 150px;
  height: 50px;
  background: #2DCCC7;
  border-radius: 25px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s 0s;
}
.section-four .bottom .content .content-right .case-item ul li:hover img {
  opacity: 0.5;
  transform: scale(1.05);
}
.section-four .bottom .content .content-right .case-item ul li:hover .show {
  opacity: 1;
}
.section-four .bottom .content .content-right .case-item ul li img {
  width: 100%;
  transition: all 0.5s 0s;
}
.section-four .bottom .content .content-right .active {
  display: block;
}
.section-five .section-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.section-five .top {
  width: 100%;
  height: 200px;
  background: url('/Content/images/index/_home_Submit request.png');
  background-size: cover;
  padding-top: 97px;
  box-sizing: border-box;
}
.section-five .top .content {
  width: 1200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(6, 48, 79, 0.18);
}
.section-five .top .content .content-left {
  position: relative;
  top: -56px;
  margin-left: 35px;
}
.section-five .top .content .content-left img {
  width: 242px;
  height: 229px;
}
.section-five .top .content .content-right {
  height: 100%;
}
.section-five .top .content .content-right .top-title {
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #444444;
  text-align: center;
  margin-top: 40px;
}
.section-five .top .content .content-right .bottom-input {
  margin-top: 31px;
  display: flex;
  justify-content: space-between;
}
.section-five .top .content .content-right .bottom-input .input-left {
  position: relative;
  margin-left: 20px;
}
.section-five .top .content .content-right .bottom-input .input-left input {
  width: 518px;
  height: 50px;
  padding-left: 17px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
}
.section-five .top .content .content-right .bottom-input .input-left input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #7e57c2;
}
.section-five .top .content .content-right .bottom-input .input-left span {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
.section-five .top .content .content-right .bottom-input .input-right {
  margin-left: 8px;
}
.section-five .top .content .content-right .bottom-input .input-right input {
  width: 186px;
  height: 50px;
  border: 1px solid #dcdcdc;
  padding-left: 12px;
  box-sizing: border-box;
}
.section-five .top .content .content-right .bottom-input .input-right input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #7e57c2;
}
.section-five .top .content .content-right .bottom-input .button {
  width: 145px;
  height: 50px;
  background: url(/Content/images/index/Untitled.gif);
  background-size: cover;
  margin-left: 8px;
}
.section-five .top .content .content-right .bottom-input .button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.section-five .bottom {
  width: 100%;
  height: 750px;
}
.section-five .bottom .section-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.section-five .bottom .section-inner .bottom-wrapper {
  display: flex;
  justify-content: space-between;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left {
  margin-top: 70px;
  cursor: pointer;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .bottom-text:hover .left-text h3 {
  color: #00a4ff;
  font-weight: 800;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .bottom-text:hover .left-text p {
  color: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .bottom-text:hover .left-more .text a {
  color: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .bottom-text:hover .left-more .more-right .line-wrapper {
  width: 58px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .bottom-text:hover .left-more .more-right .line-wrapper .line {
  background: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .bottom-text:hover .left-more .more-right .arrow {
  color: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-title {
  font-family: PingFang SC;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-title h3 {
  font-size: 26px;
  font-weight: 500;
  color: #666666;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-title p {
  font-size: 14px;
  font-weight: 300;
  color: #444444;
  opacity: 0.8;
  margin-top: 5px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-pic {
  margin-top: 66px;
  width: 520px;
  height: 217px;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-pic img{
  width: 100%;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-text {
  width: 510px;
  font-family: PingFang SC;
  margin-top: 61px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-text a h3 {
  font-size: 20px;
  font-weight: 500;
  color: #444444;
  cursor: pointer;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-text a p {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  margin-top: 14px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-more {
  margin-top: 31px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-more .text a {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #999999;
  transition: all 0.5s linear 0s;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-more .more-right {
  display: inline-block;
  vertical-align: middle;
  margin-left: 33px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-more .more-right .line-wrapper {
  display: inline-block;
  width: 18px;
  overflow: hidden;
  transition: all 0.5s linear 0s;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-more .more-right .line-wrapper .line {
  display: inline-block;
  width: 58px;
  height: 2px;
  background: #999999;
  vertical-align: middle;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-more .more-right .arrow {
  color: #999999;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  left: -13px;
  top: 0.8px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right {
  margin-top: 91px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-select {
  overflow: hidden;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-select ul {
  float: right;
  width: 280px;
  display: flex;
  justify-content: space-between;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-select ul li {
  width: 90px;
  height: 28px;
  border: 1px solid #dcdcdc;
  margin-right: 5px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-select ul li a {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 28px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  opacity: 0.8;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-select ul .active {
  background: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-select ul .active a {
  color: #fdfdfd;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content {
  /* margin-top: 30px; */
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li {
  width: 520px;
  padding-bottom: 16px;
  padding-top: 29px;
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li:last-child {
  border-bottom: none;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li:hover a p:nth-child(1) {
  font-weight: 800;
  color: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li:hover a p:nth-child(2) {
  color: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li:hover a .more .text a {
  color: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li:hover a .more .more-right .line-wrapper {
  width: 58px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li:hover a .more .more-right .line-wrapper .line {
  background: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li:hover a .more .more-right .arrow {
  color: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li a p {
  font-family: PingFang SC;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li a p:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  line-height: 30px;
  cursor: pointer;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li a p:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-top: 14px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li  .more {
  margin-top: 31px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li  .more .text a {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #999999;
  transition: all 0.5s linear 0s;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li  .more .more-right {
  display: inline-block;
  vertical-align: middle;
  margin-left: 33px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li  .more .more-right .line-wrapper {
  display: inline-block;
  width: 18px;
  overflow: hidden;
  transition: all 0.5s linear 0s;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li  .more .more-right .line-wrapper .line {
  display: inline-block;
  width: 58px;
  height: 2px;
  background: #999999;
  vertical-align: middle;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li  .more .more-right .arrow {
  color: #999999;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  left: -13px;
  top: 0.8px;
}
footer {
  background: #1f2949;
  font-family: "Microsoft YaHei";
}
.footer {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.footer_info {
  padding: 30px 0 45px;
  display: flex;
}
.footer_serve {
  width: 211px;
  height: 100%;
  float: left;
  border-right: 1px solid rgba(172, 172, 172, 0.4);
}
.hotline_img {
  float: left;
}
.consult {
  margin-left: 20px;
  float: left;
}
.consult_line {
  font-size: 16px;
  color: #fff;
}
.consult_line p:nth-of-type(2) {
  margin-top: 12px;
}
.consult_info {
  margin-top: 35px;
}
.consult_info ul li {
  font-size: 14px;
  color: #acacac;
  line-height: 30px;
}
.footer_link {
  float: left;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0 15px 0 41px;
}
.footer_link dl {
  margin-right: 46px;
}
.footer_link dl:last-child {
  margin-right: 0;
}
.footer_link dl dt {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  white-space: nowrap;
}
.footer_link dl dd {
  line-height: 28px;
  font-size: 12px;
  color: #acacac;
  white-space: nowrap;
}
.footer_link dl dd a {
  font-size: 12px;
  color: #acacac;
}
.footer_link dl dd a:hover {
  color: #fff;
}
.footer_link dd .erweima {
  margin-top: 10px;
}
.quick_link {
  height: 80px;
  border: 1px dashed #acacac;
  border-left: 0;
  border-right: 0;
  padding: 15px 0;
}
.quick_link p {
  font-size: 12px;
  color: #acacac;
}
.quick_link {
  font-size: 12px;
  color: #acacac;
}
.quick_link ul {
  margin-top: 10px;
}
.quick_link ul li a {
  font-size: 12px;
  color: #acacac;
}
.quick_link ul li a:hover {
  color: #fff;
}
.quick_link ul li {
  float: left;
}
.copyright p {
  font-size: 12px;
  color: #acacac;
  margin-top: 15px;
}
/* 智休产品开始 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  box-sizing: border-box;
  text-decoration: none;
}

@font-face {
  font-family: "fz";
  src: url(../font/方正细等线_GBK.ttf);
}

@font-face {
  font-family: "en";
  src: url(../font/Muller-Thin-DEMO.ttf);
}

.fz {
  font-family: "fz";
}

.en {
  font-family: "en";
}
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
}
.clearfix{
  zoom: 1;
}

body {
  font-family: "pingfang SC";
  margin:0 auto;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 9999;
  padding: 0 125px;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 1s;
  visibility: hidden;
}
.topnav{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 125px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  z-index:99;
}
.logo {
  float: left;
}

.menu {
  float: right;
}

.menu ul li {
  position: relative;
  float: left;
  margin-right: 30px;
}

.menu ul li:last-child {
  margin-right: 0;
}

.menu ul li a {
  font-size: 16px;
  color: #acacac;
}

.menu .active a {
  color: #fff;
}
.menu ul li a:hover{
  color: #fff;
}
.menu .active:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -15px;
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.about_banner {
  position: relative;
  width: 100%;
  height: 450px;
  background: url(../img/Banner_bg.png) no-repeat center center;
  overflow: hidden;
}
.homebanner{
  width: 100%;
  /*height: 100vh;*/
  position: relative;
  background: url(../img/homebg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.product_banner{
  background: url(../img/chanpin_bg.png) no-repeat center center;
}
.about_desc {
  width: 1200px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.homebanner .about_desc{
  height: 100vh;
  position: relative;
}
.about_banner_txt {
  margin: 180px 0 0 130px;
  float: left;
}
.homebanner .about_desc .about_banner_txt{
  position: absolute;
  margin:0;
  top: 40%;
  left: 0;
}
.zhuangshi{
  position: absolute;
  top: 20%;
  left: 0;
}
.home_banner_img{
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -245px;
  width: 491px;
  height: 491px;
}

/* .home_img1{
  position: absolute;
  top: 0;
  left: 0;
  width: 491px;
  height: 491px;
  background: url(../img/yuanquan2.png) no-repeat;
  animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
  -webkit-animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
  -moz-animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
  -o-animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
}
.home_img2{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -179px;
  margin-left: -179px;
  width: 358px;
  height: 358px;
  background: url(../img/yuanquan1.png) no-repeat;
  animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
  -webkit-animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
  -moz-animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
  -o-animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
} */